@charset "utf-8";
/* CSS Document */
* {
	padding: 0;
	margin: 0;
	outline: none;
	-moz-transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out; 
	-o-transition: all 0.3s ease-in-out; 
	-ms-transition: all 0.3s ease-in-out; 
	transition: all 0.3s ease-in-out;   /*cubic-bezier(0.25,0.1,0.25,1)*/
}
html {
	margin: 0;
	padding: 0;
	font-size: 0.24rem;
}
/*这个是用来防止rembug页面闪动以及闪动所引起的后影响的*/
html {
	font-size: 50px;
}
ul, li {
	list-style: none;
}
body {
	font-size: 16px;
	background-color: #fff;
	font-family: microsoft yahei;
	overflow-x: hidden;
}
img {
	max-width: 100%;
}
input, textarea {
	font-family: microsoft yahei;
}

input[type="button"], input[type="submit"], input[type="text"],input[type="file"], input[type="reset"], input[type="radio"] ,select, button { 
	cursor: pointer; 
	-webkit-appearance: none; 
}
textarea {
	-webkit-appearance: none;
}
a{
	text-decoration: none;
}
::-webkit-scrollbar {
  /*滚动条整体样式*/
  width : 10px;  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
  }
::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
/*  border-radius: 10px;*/
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  background   : #535353;
  }
::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
/*  border-radius: 10px;*/
  background   : #ededed;
}
/*scroll*/
::-webkit-scrollbar {
width:13px;
height:13px
}
::-webkit-scrollbar-button:vertical {
display:none
}
::-webkit-scrollbar-corner, ::-webkit-scrollbar-track {
background-color:#ddd;
}
::-webkit-scrollbar-thumb {
border-radius:0;
background-color:#F5A32E;
}
::-webkit-scrollbar-thumb:vertical:hover {
background-color:#F5A32E;
}
::-webkit-scrollbar-thumb:vertical:active {
background-color:#F5A32E;
}
.dd{
    color:#666;
    margin-bottom: 0;
}
.dd:hover{
    color:#F5A32E;
}
.w1200 {
	width: 1200px!important;
	margin-left: auto;
	margin-right: auto;
/*	overflow: hidden;*/
}
.up {
	width: 50px;
	height: 50px;
	background-color: #f6f6f6;
	box-shadow: 0 0 15px rgba(0,0,0,0.3);
	position: fixed;
	bottom: 50px;
	right: 50px;
	z-index: 9999;
	text-align: center;
	border-radius: 50%;
	cursor: pointer;
	display: none;
}
.up:hover {
	opacity: 0.5;
}
.up img {
	width: 50%;
	height: 50%;
	margin-top: 12px;
	margin-left: auto;
	margin-right: auto;
}
.dianhua {
	width: 50px;
	height: 50px;
	color: #fff;
	background-color: #F5A32E;
	box-shadow: 0 0 15px rgba(0,0,0,0.3);
	position: fixed;
	bottom: 170px;
	right: 50px;
	z-index: 9999;
	text-align: center;
	border-radius: 25px;
	cursor: pointer;
	overflow: hidden;
}

.dianhua img {
	width: 25px;
	height: 25px;
	margin-top: 12px;
	margin-left: 12px;
	float: left;
/*	margin-right: auto;*/
}
.dianhua span{
	display: none;
	line-height: 50px;
	font-size: 18px;
}
.dianhua:hover{
	width: 200px;
}
.dianhua:hover span{
	display: block;
}
.dianhua:hover img{
	margin-left: 15px;
}
.qq {
	width: 50px;
	height: 50px;
	color: #fff;
	background-color: #F5A32E;
	box-shadow: 0 0 15px rgba(0,0,0,0.3);
	position: fixed;
	bottom: 110px;
	right: 50px;
	z-index: 9999;
	text-align: center;
	border-radius: 25px;
	cursor: pointer;
	overflow: hidden;
}

.qq img {
	width: 25px;
	height: 25px;
	margin-top: 12px;
	margin-left: 12px;
	float: left;
/*	margin-right: auto;*/
}
.qq a{
	text-decoration: none;
	color:#fff;
}
.qq span{
	display: none;
	line-height: 50px;
	font-size: 18px;
}
.qq:hover{
	width: 170px;
}
.qq:hover span{
	display: block;
}
.qq:hover img{
	margin-left: 15px;
}
.xiangmu {
	width: 0.45rem;
	float: left;
	margin-right: 0.3rem;
	margin-top: 0.26rem;
}
.swiper-container {
	width: 100%;
	height: 100%;
	z-index: 1;
}
/*通用*/
.bgf {
	background-color: #fff;
}
.orange {
	color: #FCCB48;
}
.red {
	color: #FF0000;
}
.c9 {
	color: #999;
}
.textr {
	text-align: right;
}
.gre {
	color: #25C64F;
}
.fr {
	float: right;
}
.c3 {
	color: #333;
}
.top {
	width: 100%;
	height: 90px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	background-color: #fff;
	border-bottom: solid 1px #ccc;
	text-align: center;
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	-moz-transition: all 0s ease-in-out; 
	-webkit-transition: all 0s ease-in-out; 
	-o-transition: all 0s ease-in-out; 
	-ms-transition: all 0s ease-in-out; 
	transition: all 0s ease-in-out;
}
.topk {
	width: 1200px;
	height: 90px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.btn {
/*	display: none;*/
}
.logo {
	float: left;
	height: 50px;
	margin-top: 20px;/*	margin-right: 5vw;*/
}
.logo img {
	height: 100%;
	width: 198px;
}
.search {
	position: absolute;
	float: right;
	height: 90px;
	margin-top: 0;
	right: 0;
	width: 28px;
	-moz-transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out; 
	-o-transition: all 0.3s ease-in-out; 
	-ms-transition: all 0.3s ease-in-out; 
	transition: all 0.3s ease-in-out; 
}
.search.cur {
	width: 830px;
	height: 90px;
	background-color: #fff;
	padding-left: 50px;
}

.search_k {
	display: none;
	width: 520px;
	height: 44px;
	margin-top: 0;
	overflow: hidden;
	border: solid 0px #aaa;
	border-radius: 6px;
	background-color: #fbfbfb;
	float: left;
	margin-top: 23px;
}
.search.cur .search_k {
	display: block;
}
.search_text {
	height: 44px;
	width: 480px;
	float: left;
	border: 0;
	line-height: 44px;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
	background-color: transparent;
	margin-left: 40px;
}
.search_text::placeholder{
	color: #ccc;font-size: 16px;
}
.search_sub {
	width: 22px;
	height: 22px;
	margin-top: 34px;
	background-image: url(../img/search.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	border: 0;
	background-color: transparent;
	float: left;
	cursor: pointer;/*	display: block;*/
}
.search.cur .search_sub {
	margin-top: 11px;
/*	opacity: 0.5;*/
	position: absolute;
	left:62px;
}
.search .search_sub:hover {
/*	opacity: 0.9;*/
}
.search.cur .btn {
	display: none;
}
.nav {
	/*	float: left;*/
	font-size: 15px;
	font-weight: 400;
	color: #000000;
	line-height: 60px;
	margin-top: 15px;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
}
.nav li {
	float: left;
	margin-right: 50px;
	font-weight: bold;
}
.nav li a {
	color: #000;
	text-decoration: none;
}
.nav li:last-child {
	margin-right: 0;
}
.nav li:hover a {
	color: #F5A32E;
}
.nav li.cur a {
	color: #F5A32E;
}
.xiala {
	width: 100%;
	position: fixed;
	top: 90px;
	left: 0;
	height:260px;
	background-color: rgba(255,255,255,0.95);
	box-sizing: border-box;
	display: none;
	z-index: 999;
	color: #fff;
	box-shadow: 4px 4px 10px rgba(0,0,0,0.15);
}
.cp_tj_tu {
	float: left;
	width: 25%;
	margin-top: 85px;
	padding-left: 10vw;
	box-sizing: border-box;
	display: none;
}
.nav_fl {
	padding-top: 0px;
	box-sizing: border-box;
	clear: both;
	height: 56px;
	padding-right: 0;
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
	padding-left: 385px;
	
}
.fl_k {
/*	display: none;*/
	width: 100%;
	height: 56px;
/*	overflow: hidden;*/
	box-sizing: border-box;
	background-color: #eaeaea;
	border-bottom: solid 1px #e3e3e3;
}
.fl_er {
	float: left;

	margin-right: 10px;
}
.fl_k:nth-child(1){
	display: none;
}
.fl_er:last-child {
/*	width: 25%;*/
}
.fl_er:last-child {
	margin-right: 0;
}
.fl_k:nth-child(2) .nav_fl{
	padding-left:50px!important;
}
.fl_k:nth-child(3) .nav_fl{
	padding-left: 250px!important;
}
.fl_k:nth-child(6) .nav_fl{
	padding-left: 290px!important;
}
.fl_k:nth-child(7) .nav_fl{
	padding-left: 100px!important;
}
.fl_er h1 {
	font-size: 15px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #616161;
	line-height: 20px;
	padding-left: 45px;
	padding-right: 45px;
	display: block;
	border-right: solid 1px #ddd;
	margin-top: 18px;
	margin-bottom: 18px;
/*	background-color: rgba(0,0,0,0.5);*/

}
.nav_fl .fl_er:last-child h1{
	border-right: 0;
}
.fl_er h1 a {
	color: #616161;
	text-decoration: none;
}
.fl_er h1:hover a{
	color: #F5A32E;
}
.fl_er ul {
	display: none;
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
	overflow: hidden;
	line-height: 30px;
	margin-top: 0px;
	padding-left: 0;
	color: #fff;
	text-align: center;
	padding-top: 20px;
}
.fl_er li {
	font-size: 14px;
	color: #3D3934;
	border-bottom: solid 0px #666;
	display: block;
	text-align: left;
	padding-left: 45px;
/*	margin-bottom: 1px;*/
/*	background-color: rgba(0,0,0,0.5);*/
}
.fl_er li a {
	color: #666;
	text-decoration: none;
}
.fl_er li:hover a {
	color: #F5A32E;
}
.dianpu {
	width: 100%;
	height: 100px;
	background-color: rgba(0,0,0,0.5);
	float: left;
	box-sizing: border-box;
	color: #fff;
	padding-left: 10vw;
	padding-right: 10vw;
	display: none;
}
.dianpu_dan {
	float: left;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #21180C;
	line-height: 60px;
	margin-top: 20px;
	margin-right: 35px;
}
.dianpu_dan img {
	float: left;
	margin-right: 10px;
	margin-top: 20px;
}
.dianpu_close {
	float: right;
	height: 35px;
	margin-top: 32px;
	cursor: pointer;
}
.dianpu_dan a {
	color: #fff;
	text-decoration: none;
}
.dianpu_dan a:hover {
	color: #F5A32E;
}
.foot {
	width: 100%;
	height: auto;
	overflow: hidden;
	/*
	
*/
	box-sizing: border-box;
	background-color: #272727;
/*	background-image: url(../img/in3.png);*/
	background-size: cover;
}
.foot_box {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-top: 60px;/*	padding-bottom: 60px;*/
}
.foot1 {
	width: 68%;
	float: left;
	overflow: hidden;
	height: 270px;
	border-right: solid 1px #2b3342;
	box-sizing: border-box;
}
.foot2 {
	width: 32%;
	height: auto;
	overflow: hidden;
	float: left;
	text-align: center;
}
.foot1 li {
	float: left;
	width: 16.5%;
	font-size: 14px;/*	text-align: center;*/
/*	margin-right: 5%;*/
/*	padding-right: 5%;*/
}
.foot1 li a {
	text-decoration: none
}
.foot1 li h1 {
	line-height: 20px;
	margin-bottom: 15px;
}
.foot1 li h1 a {
	font-size: 18px;
	color: #fff;
	display: inline-block;
	/*	border-bottom: solid 2px #F5A32E;*/
	line-height: 20px;
	padding-bottom: 0px;
}
.foot1 li h1:hover a {
/*	border-bottom: solid 2px #F5A32E;*/
	color: #F5A32E;
}
.foot1 li p a {
	line-height: 28px;
	color: rgba(185, 186, 189, 1);
	display: block;
}
.foot1 li p:hover a {
	color: #F5A32E;
}
.foot1 li:last-child {
	margin-right: 0;
}
.foot2_ewm {
	width: 270px;
	height: auto;
	overflow: hidden;
	margin-left: 7vw;
	margin-right: auto;
	float: right;
}
.ewm1 {
	float: left;
	width: 115px;
	height: auto;
/*	overflow: hidden;*/
	font-size: 16px;
	color: #fff;
	margin-right: 35px;
	margin-bottom: 20px;
	cursor: pointer;
}
.ewm1:nth-child(2) {
	margin-right: 0;
}
.ewm1 img {
	margin-top: 10px;
}
.ewm1 img:hover{
	
	transform:scale(1.02);
	box-shadow: 4px 4px 10px rgba(0,0,0,0.15);
 
}
.tel {
/*	float: left;*/
	clear: both;
}

.tel p {
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: left;
	font-size: 16px;
	color: #fff;
	margin-bottom: 15px;
	line-height: 20px;
}
.tel p a {
	color: #fff;
	text-decoration: none;
}
.tel p img {
	float: left;
	height: 20px;
	margin-right: 15px;
	margin-top: 0px;
}
.tel p:nth-child(3),.tel p:nth-child(4){
	width: 50%;float: left;
	display: inline-block;
}
.tel p a:hover{
	color: #F5A32E;
}
.tel p:nth-child(4){
	box-sizing: border-box;
/*	padding-left: 15px;*/
}
.foot_bq {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #6E6D6D;
	height: 54px;
	line-height: 54px;
	text-align: center;
	background-color: #000000
}
.foot_bq span {
	display: inline-block;
}
.foot_bq a {
	color: #6E6D6D;
	text-decoration: none;
}
.foot_bq a:hover {
	color: #fff;
}
.menu {
	display: none;
}
.menu_fl {
	display: none;
}
.menu_fl .fl_er{
	display: none;
}
.fl {
	width: 1200px;
	height: 70px;
	overflow: hidden;
	box-shadow: 0 0 12px rgba(6, 54, 71, 0.21);
	margin-left: auto;
	margin-right: auto;
	z-index: 99;
	margin-top: -35px;
	position: relative;
	background-color: #fff;
	box-sizing: border-box;
	/*	padding-left: 2.5vw;*/
	padding-right: 2.5vw;
	margin-bottom: -35px;
	border-radius: 10px;
}
.weizhi {
	float: left;
	line-height: 90px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	display: none;
}
.weizhi img {
	float: left;
	margin-top: 36px;
	margin-right: 15px;
}
.weizhi a {
	color: #999999;
	text-decoration: none;
}
.fl li {
	float: left;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #808080;
	margin-right: 0;
	border-bottom: solid 4px #fff;
	box-sizing: border-box;
	height: 70px;
}
.fl li a {
	line-height: 30px;
	margin-top: 20px;
	padding-right: 25px;
	padding-left: 25px;
	color: #808080;
	text-decoration: none;
	display: block;
	border-right: solid 1px #ddd;
}
.fl li:last-child a {
	/*	padding-right: 0;*/
	border-right: 0;
}
.fl li.cur {
	border-bottom: solid 4px #F5A32E;
}
.fl li.cur a {
	color: #808080;
}
.fl li:hover {
	border-bottom: solid 4px #F5A32E;
}
.fl li:hover a {
	color: #808080;
}
.er_ban {
	width: 100%;
	height: 330px;
	overflow: hidden;
	margin-top: 60px;
	background-size: cover;
	background-position: center center;
}
.er_ban img:nth-child(1) {
	/*	display: block;*/
	margin-top: 0vw;
	display: none;
}
.er_ban img:nth-child(2) {
	display: none;
}
.links {
	width: 100%;
	height: auto;
	overflow: hidden;
	line-height: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
	color: #aaa;/*	background-color: #eee;*/
}
.linksk {
}
.links p {
	float: left;
	margin-right: 20px;
}
.links a {
	text-decoration: none;
	color: #666;
}
.links a:hover {
	color: #F5A32E;
}

.fl_san{
	width: 1200px;
	margin-right: auto;
	height: auto;overflow: hidden;
	line-height: 50px;
	margin-left: auto;
	margin-top: 100px;
	border-radius: 6px;
}
.fl_san li{
	float: left;
	width: 20%;
	background-color: #f6f6f6;
	border-right: 2px #fff solid;
	box-sizing: border-box;
	text-align: center;
	
}
.fl_san li a{
	color: #999;text-decoration: none;
	display: block;
}
.fl_san li.cur{
	background-color: #F5A32E;
	color: #fff;
}
.fl_san li.cur a{
	color: #fff;
}
.fl_san li:hover{
	background-color: #F5A32E;
	color: #fff;
}
.fl_san li:hover a{
	color: #fff;
}

.close3{
	width: 22px;
	margin-top: 35px;
	height: 22px;
	float: left;
	margin-left: 0;
	cursor: pointer;
	display: none;
	position: absolute;
	left:535px;
	opacity: 0;
	-moz-transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out; 
	-o-transition: all 0.3s ease-in-out; 
	-ms-transition: all 0.3s ease-in-out; 
	transition: all 0.3s ease-in-out; 
}
.close3:hover{
	opacity: 0.7;
}
.cur .close3{
	display: block;
	opacity:1
}
.page {
	padding-top: 60px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.pagek {
	display: inline-block;
	text-align: center
}
.pagek span, .pagek a {
	width: 30px;
	height: 30px;
	background: #E2E2E2;
	border-radius: 50%;
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
	color: #999999;
	display: inline-block;
	text-align: center;
	line-height: 30px;
	text-decoration: none;
	margin-left: 15px;
	margin-right: 15px;
}
.pagek span.cur, .pagek a.cur {
	background-color: #F5A32E;
	color: #fff;
}
.pagek a:hover {
	background-color: #F5A32E;
	color: #fff;
}
.pagek li{
	display: inline-block;
}
.pt0{
	padding-top: 0;
}
.dingwei2{
	height: auto;overflow: hidden;
}
.foot_nav{
	display: none;
}
/*--------------------------------------------------------------------------------------------*/
@media (min-width:751px ) and (max-width:1425px ) {
.w1200 {
	width: 1200px!important;
	height: auto;
/*	overflow: hidden;*/
}
.fl li {
	font-size: 16px;
}
.weizhi {
	font-size: 16px;
}
}

@media screen and (max-width:750px ) {
.foot_nav{
	width: 100%;
	height: 1.3rem;
	background-color: #F5A32E;
	position: fixed;
	bottom: 0;
	left:0;
	z-index: 9999999;
	display: block;
}
.f_nav{
	width: 33.33%;
	float: left;
	font-size: 0.28rem;
	text-align: center;
	color:#fff;
}
.f_nav a{
	color: #fff;
}
.f_nav img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 0.5rem;
	height: 0.5rem;
	margin-top: 0.25rem;
	margin-bottom: 0.05rem;
}
.up {
	width: 50px;
	height: 50px;
	background-color: #f6f6f6;
	box-shadow: 0 0 15px rgba(0,0,0,0.3);
	position: fixed;
	bottom: 155px;
	right: 50px;
	z-index: 9999;
	text-align: center;
	border-radius: 50%;
	cursor: pointer;
	display: none;
}
* {
	-moz-transition: all 0s ease-in-out!important; 
	-webkit-transition: all 0s ease-in-out!important; 
	-o-transition: all 0s ease-in-out!important; 
	-ms-transition: all 0s ease-in-out!important; 
	transition: all 0s ease-in-out!important;   /*cubic-bezier(0.25,0.1,0.25,1)*/
}
body {
	width: 7.5rem;
}
.page {
	padding-top: 6vw;
	padding-bottom: 6vw!important;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 100%!important;
	height: auto;
	overflow: hidden;
/*	display: none;*/
}
.pagek {
	display: inline-block;
	text-align: center
}
.pagek span, .pagek a {
	width: 10vw;
	height: 10vw;
	background: #E2E2E2;
	border-radius: 50%;
	font-size: 6vw;
	font-family: Arial;
	font-weight: normal;
	color: #999999;
	display: inline-block;
	text-align: center;
	line-height: 10vw;
	text-decoration: none;
	margin-left: 4vw;
	margin-right: 4vw;
}
.pagek span.cur, .pagek a.cur {
	background-color: #F5A32E;
	color: #fff;
}
	.pagek li{
		display: none;
	}
	.pagek li:first-child{
		display: inline-block;
	}
	.pagek li:last-child{
		display: inline-block;
	}
	.fl_san{
		display: none!important;
	}
.w1200 {
	width: 100%!important;
	height: auto;
/*	overflow: hidden;*/
}
.up {
	display: none!important;
}
	.dianhua {
	display: none;
}
	.qq {
	display: none;
}
.topk {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}
.links {
	width: 100%;
	height: auto;
	overflow: hidden;
	line-height: 0.6rem;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 0.24rem;
	color: #aaa;
	background-color: transparent;
}
.linksk {
	padding-left: 0rem;
	padding-right: 0rem;
}
.links p {
	float: left;
	margin-right: 0.3rem;
}
.links a {
	text-decoration: none;
	color: #666;
}
.er_ban {
	height: auto;
	padding-top: 1.2rem;
	margin-top: 0;
}
.er_ban img:nth-child(1) {
	display: none;
}
.er_ban img:nth-child(2) {
	display: block;
}
.menu_fl {
	display: none;
	width: 3rem;
	max-height: 100vh;
	overflow-y: auto;
	overflow-x: hidden;
	background-color: #FFFFFF;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 999999;
	box-sizing: border-box;
	padding-top: 0.4rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	padding-bottom: 0.5rem;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.26);
}
.top {
	width: 100%;
	height: 1.2rem;
	max-height: 1.2rem;
	overflow: hidden;
	padding-left: 0.4rem;
	padding-right: 0.4rem;
	box-sizing: border-box;
	background-color: #fff;
	border-bottom: solid 1px #ccc;
	text-align: center;
}
.logo {
	float: left;
	height: 0.54rem;
	margin-top: 0.33rem;
	margin-right: 0;
}
.logo img {
	height: 100%;
	width: 2.36rem;
}
.search {
	position: absolute;
	height: 4vw;
	width: 4vw;
	margin-top: 0.53rem;
	right: 0vw;
}
/*
.search img {
	height: 1.5vw;
	margin-top: 1vw;
	float: right;
}
*/
.search_k {
	display: none;
}
.search_text {
	height: 1.6vw;
	width: 9vw;
	float: left;
	margin-top: 1.2vw;
	margin-right: 0.5vw;
	border: solid 1px #aaa;
	border-radius: 6px;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
	display: none;
}
.search_sub {
	width: 0.28rem;
	height: 0.28rem;
	margin-top: 0rem;
	background-image: url(../img/search2.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	border: 0;
	background-color: transparent;
	float: left;
	cursor: pointer;
	
}
.menu {
	margin-top: 0.53rem;
	width: 0.32rem;
	height: 0.27rem;
	display: block;
	float: right;
	margin-right: 0.5rem;
}
.menu img {
	width: 100%;
	height: 100%;
}
.nav {
	/*	float: left;*/
	font-size: 18px;
	font-weight: 400;
	color: #000000;
	line-height: 4vw;
	margin-top: 3vw;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	display: none;
}
.nav li {
	float: left;
	margin-right: 4vw;
}
.nav li a {
	color: #000;
	text-decoration: none;
}
.nav li:hover a {
	color: #F5A32E;
}
.nav li.cur a {
	color: #F5A32E;
}
.xiala {
	width: 100%;
	position: fixed;
	top: 10vw;
	/*	height: 580px;*/
	background-color: rgba(255,255,255,0.95);
	box-sizing: border-box;
	display: none;
	z-index: 9;
}
.cp_tj_tu {
	float: left;
	width: 25%;
	margin-top: 85px;
	padding-left: 10vw;
	box-sizing: border-box;
	display: none;
}
.nav_fl {
	padding-top: 85px;
	box-sizing: border-box;
	float: left;
	height: 480px;
	padding-left: 5vw;
	padding-right: 5vw;
	width: 75%;
}
.one {
	display: block;
	width: 100%;
	font-size: 0.28rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	line-height: 1rem;
	border-bottom: solid 0.01rem #E5E5E5;
	text-decoration: none;
	box-sizing: border-box;
	padding-left: 0.1rem;
	padding-right: 0.1rem;
	font-weight: bold;
}
.two {
}
.jt3 {
	float: right;
	width: 0.23rem;
	height: 0.13rem;
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	margin-top: 0.4rem;
	display: none;
}
.cur .jt3 {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.cur .fl_er {
	display: block;
}
.fl_er {
	float: none;
	width: 100%;
	padding-left: 0.25rem;
	padding-right: 0;
	box-sizing: border-box;
	padding-top: 0.2rem;
	display: none;
}
.fl_er:last-child {
	width: 100%;
}
.fl_er:last-child {
	margin-right: 0;
}
.fl_er ul {
	text-align: center;
	white-space: normal;
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
	overflow: hidden;
	display: none;
	margin-top: 0;
}
.fl_er h1 {
	font-size: 0.24rem;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #3D3934;
	line-height: 0.6rem;
	text-align: left;
	padding-left: 0;
	background-color: transparent;
	margin-bottom: 0;
	margin-top: 0;
	border-right: 0;
}
.fl_er h1 a {
	text-decoration: none;
	font-size: 0.24rem;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #666666;
}
.fl_er li {
	font-size: 0.24rem;
	color: #3D3934;
	line-height: 0.6rem;
	text-align: left;
	border-bottom: solid 0px #ddd;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0.25rem;
	padding-right: 0;
	width: 100%;
	/*	float: left;*/
	display: inline-block;
	box-sizing: border-box;
	background-color: transparent;
}
.fl_er li a {
	color: #666;
	text-decoration: none;
}
.fl_er li:hover a {
	color: #F5A32E;
}
.dianpu {
	width: 100%;
	height: 100px;
	background-color: #f4e8d6;
	float: left;
	box-sizing: border-box;
}
.dianpu_dan {
	float: left;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #21180C;
	line-height: 60px;
	margin-top: 20px;
	margin-right: 35px;
}
.dianpu_dan img {
	float: left;
	margin-right: 10px;
	margin-top: 20px;
}
.dianpu_close {
	float: right;
	height: 35px;
	margin-top: 32px;
	cursor: pointer;
}
.dianpu_dan a {
	color: #21180C;
	text-decoration: none;
}
.dianpu_dan a:hover {
	color: #F5A32E;
}
.fl_k {
	display: none;
}
.foot {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-left: 0.9rem;
	padding-right: 0.9rem;
	box-sizing: border-box;
	background-image: url(../img/in3.png);
	background-size: cover;
	display: none;
}
.foot_box {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-top: 0.9rem;
	padding-bottom: 0.5rem;
}
.foot1 {
	width: 55%;
	float: left;
	overflow: hidden;
	height: 500px;
	border-right: solid 2px #2b3342;
	box-sizing: border-box;
	display: none;
}
.foot2 {
	width: 100%;
	height: auto;
	overflow: hidden;
	float: left;
	text-align: center;
}
.foot1 li {
	float: left;
	width: 18%;
	font-size: 16px;
	text-align: center;
	margin-right: 5%;
}
.foot1 li a {
	text-decoration: none
}
.foot1 li h1 {
	line-height: 20px;
	margin-bottom: 15px;
}
.foot1 li h1 a {
	font-size: 18px;
	color: #fff;
	display: inline-block;
	/*	border-bottom: solid 2px #F5A32E;*/
	line-height: 20px;
	padding-bottom: 10px;
}
.foot1 li h1:hover a {
	border-bottom: solid 2px #F5A32E;
}
.foot1 li p a {
	line-height: 40px;
	color: rgba(185, 186, 189, 1);
}
.foot1 li p:hover a {
	color: #F5A32E;
}
.foot1 li:last-child {
	margin-right: 0;
}
.foot2_ewm {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}
.ewm1 {
	float: left;
	width: 115px;
	height: auto;
	overflow: hidden;
	font-size: 16px;
	color: #fff;
	margin-right: 0.56rem;
	margin-bottom: 0.6rem;
}
.ewm1 img {
	margin-top: 0.2rem;
}
.tel {
	float: left;
	width: 100%;
}
.tel p img {
	width: 0.4rem;
	float: left;
	margin-right: 0.2rem;
	margin-top: 0;
}
.tel p {
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: left;
	font-size: 0.3rem;
	line-height: 0.34rem;
	color: #fff;
	margin-bottom: 0.35rem;
	
}
.tel p:nth-child(3),.tel p:nth-child(4){
	width: 50%;
	float: left;
	display: block;
}
.foot_bq {
	font-size: 0.2rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #6E6D6D;
	padding-top: 0.3rem;
	padding-bottom: 0.3rem;
	height: auto;
	line-height: 0.3rem;
	text-align: center;
	background-color: #000000;
	box-sizing: border-box;
	padding-left: 0rem;
	padding-right: 0rem;
	margin-bottom: 1.3rem;
}
.foot_bq span {
	display: block;
}
.foot_bq a {
	color: #6E6D6D;
	text-decoration: none;
}
.foot_bq a:hover {
	color: #fff;
}
.close2 {
	width: 0.31rem;
	height: 0.31rem;
	margin-bottom: 0.4rem;
}
.search1 {
	width: 100%;
	height: 0.68rem;
	border-bottom: solid 1px #E5E5E5;
	margin-bottom: 0.4rem;
}
.search_text2 {
	width: 80%;
	height: 0.68rem;
	border: 0;
	box-sizing: border-box;
	padding-left: 0.1rem;
	font-size: 0.24rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666;
}
.search_text2::placeholder {
 font-size: 0.2rem;
 font-family: Microsoft YaHei;
 font-weight: 400;
 color: #999999;
}
.btn {
	display: block;
}
.btn2 {
	width: 0.28rem;
	height: 0.28rem;
	border: 0;
	background-color: #fff;
	background-image: url(../img/search2.png);
	background-size: 100% 100%;
}
.nav2 {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.nav2 li {
	width: 100%;
	height: auto;
	overflow: hidden;
	display: block;
}
.logo3 {
	float: right;
	width: 1.45rem;
	height: auto;
	overflow: hidden;
	margin-top: 0.6rem;
	margin-bottom: 0.1rem;
}
.logo3 img {
	width: 100%;
}
.fl {
	width: 100%;
	height: auto;
	overflow: hidden;
	box-shadow: 0 0 0 rgba(6, 54, 71, 0.21);
	margin-left: auto;
	margin-right: auto;
	z-index: 99;
	margin-top: 0;
	position: relative;
	background-color: #fff;
	box-sizing: border-box;
	padding-left: 0.6rem;
	padding-right: 0;
	margin-bottom: 0.6rem;
	padding-top: 0.6rem;
	padding-bottom: 0;
}
.weizhi {
	float: right;
	line-height: 90px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	display: none;
}
.weizhi img {
	float: left;
	margin-top: 36px;
	margin-right: 15px;
}
.weizhi a {
	color: #999999;
	text-decoration: none;
}
.fl li {
	float: left;
	line-height: 0.84rem;
	font-size: 0.24rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	margin-right: 0.1rem;
	border-bottom: solid 0 #fff;
	box-sizing: border-box;
	height: 0.84rem;
	background-color: #EEEEEE;
	color: #999;
	width: 3.1rem;
	padding-right: 0;
	padding-left: 0;
	text-align: center;
	margin-bottom: 0.1rem;
}
.fl li a {
	color: #808080;
	text-decoration: none;
	margin-top: 0;
	line-height: 0.84rem;
	border-right: 0;
}
.fl li.cur {
	border-bottom: solid 0 #F5A32E;
	background-color: #F5A32E;
	color: #fff;
}
.fl li.cur a {
	color: #fff;
}
	
.san_fl {
	width: 6.3rem;
	height: auto;
	overflow: hidden;
	box-shadow: 0 0 0 rgba(6, 54, 71, 0.21);
	z-index: 99;
	margin-top: 0;
	position: relative;
	background-color: #fff;
	box-sizing: border-box;
	margin-left: 0.6rem;
	padding-right: 0;
	margin-bottom: 0;
	display: block;
	padding-bottom: 0;
	
}
.san_fl ul{
	border-top: solid 0.02rem #ddd;
	padding-top: 0.32rem;
}
	.san_fl h1{
		font-size: 0.32rem;
		margin-bottom: 0.2rem;
		color: #333;
	}
.san_fl li {
	float: left;
	line-height: 0.6rem;
	font-size: 0.24rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	margin-right: 0.1rem;
	border-bottom: solid 0 #fff;
	box-sizing: border-box;
	background-color: #EEEEEE;
	color: #999;
	width: 3.1rem;
	padding-right: 0;
	padding-left: 0;
	text-align: center;
	margin-bottom: 0.1rem;
}
.san_fl li a {
	color: #808080;
	text-decoration: none;
	margin-top: 0;
/*	line-height: 0.84rem;*/
	border-right: 0;
}
.san_fl li.cur {
/*
	border-bottom: solid 0 rgba(245,163,46,0.5);
	background-color: rgba(245,163,46,0.4);
*/
	border-bottom: solid 0 rgba(245,163,46,0.5);
	background-color: #bbb;
	color: #fff;
}
.san_fl li.cur a {
	color: #fff;
}
.san_fl li:nth-child(2n){
	margin-right: 0;
}
}
